﻿@charset "UTF-8";
html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #FFF;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	height: 100%;
	min-width:1200px;
	outline: none;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@-webkit-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-moz-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-o-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}


a:hover {
	text-decoration: none;
	color: #970208;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}


textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei',sans-serif;
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}
/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.rj-icon{
    background: url(../images/rj-icon.png) no-repeat;
    display: block;
    position: relative;
}
section {
    overflow: hidden;
    position: relative;
	background:#fff;
    z-index: 9;
}
.nr-cz{
    vertical-align: middle;
    display: table-cell;
}

.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}
.cz-cen{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}

.pagerMain{
    text-align: center;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
}
.pagerMain a.page_current{
	color:#fff;
	background:#338ae3;
	border:1px solid #338ae3;
}
.pagerMain a:hover{
	background:#338ae3;
	color:#fff;
}
.pagerMain span:first-child,.pagerMain span:last-child{
	display: none;
}

.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}

.container{
	width:1200px;
	margin:0 auto;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
	vertical-align: middle;
	max-width: 100%;
}
.time4{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.ho_til{
    width: 100%;
    text-align: center;
    margin: 20px 0 ;
}
.ho_til h2{
    color: #555555;
    font-size:35px;
	line-height: 40px;
	font-weight: 700;
}	
.ho_til h3{
    color: #555555;
    font-size:18px;
	line-height: 30px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
}
.ho_til h3::after{
	content: "+";
	position: absolute;
	top:25px;
	display: block;
	height: 16px;
	color: #67ba2a;
	font-size:18px;
	font-weight: 700;
	left: 50%;
	margin-left: -5px;
}

.ho_til2{
	width: 100%;
	background: #0077c1;
	margin-bottom: 15px;
	padding: 0 20px;
	border-radius: 5px;
}
.ho_til2 h3{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	line-height: 60px;
}
.ho_til2 a{
	float: right;
	line-height: 60px;
	color: #ffffff;
	font-size: 14px;
}	

/* Header */
header {
    z-index: 16;
    position: relative;
    width: 100%;
}
.navbar{
    z-index: 99;
    width: 100%;
}
.logo{
    width: 215px;
    float: left;
    height: 105px;
}
.top_tel{
	float: right;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	width: 160px;
	text-align: center;
}
.top_tel strong{
	color: #0075be;
	font-size: 24px;
	display: block;
	font-family: impact;
	font-weight: 400;
}
.nav-tab{
	width: 1180px;
	margin:auto;
}
.nav-tab .sub-li{
	position: relative;
}
.nav-tab .sub-li a{
    color: #fff;
    font-size: 16px;
    display: block;
	line-height: 60px;
	font-weight: 400;
	position: relative;
	padding: 0 22px;
}
.nav-tab .sub-li:hover a.menu-links,.nav-tab .sub-li.current a.menu-links,.sub-menu li:hover a{
	color: #04519f;
	background: #fff;
}
.sub-menu li:hover a{
	color: #fff;
	background: #0588d9;
}
.sub-menu {
    position: absolute;
    background: #0077c1;
    top: 60px;
    z-index: 99999;
    text-align: center;
	width: 100%;
	display: none;  
}
.nav-tab .sub-menu li{
	display: block;
	line-height: 40px;
}
.nav-tab .sub-menu li a{
    line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding: 0;
}
.nav-tab .sub-menu li a::after{
	display: none;
}

/*foot*/
#footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: left;
    z-index: 0;
	padding-top: 30px;
	background: url(../images/foot_bg_02.jpg) no-repeat center top;
	background-size: cover;
}
.foot_nav{
	padding-right: 120px;
	float: left;
}
.foot_nav h3{
	color: #0077c1;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
}
.foot_nav ul{
	margin-top: 10px;
}
.foot_nav ul li,.foot_nav ul li a{
	color: #404040;
	font-size: 14px;
	line-height: 28px;
}
.foot-bq_font li{
	padding-bottom: 8px;
}
.foot-bq_font li img{
	padding-right: 8px;
}
.foot_ewm{
	float: right;
	width: 168px;
}
.foot_ewm span{
	color: #0077c1;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	writing-mode: tb-rl;
	float: left;
	letter-spacing: 4.2px;
	padding-top: 5px;
     width: 20px;
}
.foot_ewm img{
	float: right;
	width: 135px;
	height: 135px;
	border-radius: 5px;
}
.copyright{
	margin-top: 30px;
	background: #0175c0;
	padding: 10px 0;
}
.copyright p{
	width: 620px;
	float: left;
}
.copyright p,.copyright p a{
	color: #ffffff;
	font-size: 14px;
}

.foot_link{
	float: right;
	width: 540px;
	text-align: right;
	overflow: hidden;
}
.foot_link a{	
	color: #fff;
	font-size: 14px;
	padding-left: 5px;
}


.menu{
	width: 1200px;
	margin: 0 auto;
	margin-top:50px;

	margin-bottom:40px;
}
.menu ul{
	margin-left: -45px;
}
.menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.menu ul li{
	float: left;
	width: 265px;
	height: 200px;
	position: relative;
	margin-left: 45px;
}
.menu ul li div{
	position: absolute;
	bottom:15px;
	width: 100%;
}
.menu ul li div h5{
	font-size: 20px;
	color:#fff;
	line-height:24px;
	font-weight: normal;
	text-align: center;

}
.menu ul li div p{
	text-align: center;
	color:#fff;
	font-size:14px;
	font-weight:13px;
	margin-top:0px;
}
.menu ul li img {
	width: 107px;
	height: 107px;
	position: absolute;
	top:20px;
	left: 50%;
	margin-left:-53px;
}
.menu ul li img:first-child{
	transform:scale(1.3);
	opacity:0;
	transition: 0.5s;
}
.menu ul li:hover img:first-child{
	transform:scale(1);
	opacity:0.8;
}
.menu ul li:nth-child(1){
	background:#e32e35;
}
 
.menu ul li:nth-child(2){
	background:#fba51c;
}
.menu ul li:nth-child(3){
	background:#50b14a;
}
.menu ul li:nth-child(4){
	background:#1965c8;
}
.part2{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#09C;
	height:300px;
}

.clear,.c{ clear:both;}

.m4 {margin-top: 50px;margin-bottom: 50px;}
.m4sp {	float: left;border: 1px #1b1b1b solid;padding: 10px;}
.m42 {width: 700px;	float: left;margin-left: 20px;position: relative;}
.m42t {	margin-bottom: 20px;}
.m42t p {line-height: 24px;	font-size: 14px;text-transform: uppercase;}
.m42t h2{font-size:34px; font-weight:600; color:#fff;text-align:left;}
.m42t h2 span{ color:#0075be;}
.m42t1 {margin-bottom: 20px;position: relative;z-index: 999;border: 1px #174f9a solid;background:#174f9a;padding:10px;width:70%;margin-left:-50px;text-align:center;}
.m42t1 h2{font-size:20px; font-weight:200; color:#fff;text-align:left;margin-left:10%;}
.m42t1 h2 span{ color:#fff;}
.gscon {text-indent: 24px;	margin-bottom: 20px;}
.m4gd {	height: 35px;line-height: 35px;	border: 1px #a0a0a0 solid;	text-transform: uppercase;	background: url(../images/m1ico.jpg) no-repeat 86% center;
	padding: 0 10px;width: 150px;}
	
	
.wrap{ width:1200px; margin:0 auto;}

.m12{height:140px;text-align:center;}
.m12 li{ width:24.888%; float:left; padding:10px 0 0;border-right:1px #333333 solid; text-align:center; margin-bottom:20px;}
.m12 li span{ width:50px; height:35px; margin:0px auto; display:block;}
.m12 h3{ font-size:20px; font-weight:normal; margin:10px auto 0; height:30px; line-height:30px; background:url(../images/m15.jpg) no-repeat center top; padding-top:10px;}
.m12 p{ line-height:34px; text-transform:uppercase; font-size:14px;}
.m12 li:hover{ cursor:pointer; }
.m12 li:hover a{ color:#333333;}
.m12 li .a1{ background:url(../images/m11.jpg) no-repeat 0 0;}
.m12 li:hover .a1{ background:url(../images/m11.jpg) no-repeat 0 -46px;}
.m12 li .a2{ background:url(../images/m12.jpg) no-repeat 0 0;}
.m12 li:hover .a2{ background:url(../images/m12.jpg) no-repeat 0 -51px;}
.m12 li .a3{ background:url(../images/m13.jpg) no-repeat 0 0;}
.m12 li:hover .a3{ background:url(../images/m13.jpg) no-repeat 0 -45px;}
.m12 li .a4{ background:url(../images/m14.jpg) no-repeat 0 0;}
.m12 li:hover .a4{ background:url(../images/m14.jpg) no-repeat 0 -52px;}
.m12 .nobg{ border:none;}



#maximg img{ max-width:100%; height:auto !important}